home *** CD-ROM | disk | FTP | other *** search
/ .net 1999 December / netCD65.iso / pc / links / 00042_Script_link Photoshop < prev    next >
Encoding:
Text File  |  1999-10-14  |  228 b   |  8 lines

  1. on mouseUp
  2.   if the platform = "Windows,32" then
  3.     open the moviepath&"software\PhoShop5\pc\ps5try.exe"
  4.     else
  5.       open the moviepath&"software:PhoShop5:mac:Install Adobe PhotoshopÆ Tryout"
  6.     end if
  7.     end if
  8. end